Add “Report a Problem” button to pause screen#2081
Merged
Conversation
|
Play this branch at https://play.threadbare.game/branches/endlessm/wjt/add-report-a-problem-button-to-pause-screen/. (This launches the game from the start, not directly at the change(s) in this pull request.) |
This opens your browser at a bug report form, with the game version and current scene pre-filled into the appropriate fields. This does mean you need a GitHub account to report a problem. In future you could imagine directing users somewhere else, but this is an simple start based on infrastructure that already exists. To do this, refactor the code that determines the version from `git describe` so that it can also be used when running the game from the editor. For good measure, put the version number on the pause screen too. Resolves #2080
ac0585c to
11f4a3e
Compare
Member
Author
|
This uses the form fields added in: |
Collaborator
wjt
commented
Mar 25, 2026
Comment on lines
+29
to
+34
| Give an example of a scene in the game where you see this problem. If | ||
| you're not sure, describe the scene visually, or leave this blank. | ||
|
|
||
| If you report a problem from within the game, this will have been filled | ||
| automatically with the current scene. You can change this if you are | ||
| reporting a problem you saw in a different scene. |
Member
Author
There was a problem hiding this comment.
@manuq Do you think this change captures your point?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This opens your browser at a bug report form, with the game version and current scene pre-filled into the appropriate fields. This does mean you need a GitHub account to report a problem. In future you could imagine directing users somewhere else, but this is an simple start based on infrastructure that already exists.
To do this, refactor the code that determines the version from
git describeso that it can also be used when running the game from the editor. For good measure, put the version number on the pause screen too.Resolves #2080